add search to help
authorMitsutaka Mimura <takkanm@gmail.com>
Tue, 5 May 2015 01:59:05 +0000 (10:59 +0900)
committerMitsutaka Mimura <takkanm@gmail.com>
Tue, 5 May 2015 01:59:05 +0000 (10:59 +0900)
src/bin/cargo.rs

index a0490a96dcc538342a458327774e08ac1ac0dcec..5902d3952d0c8cebbe94aca12104f7b2b4fbf6d2 100644 (file)
@@ -48,6 +48,7 @@ Some common cargo commands are:
     test        Run the tests
     bench       Run the benchmarks
     update      Update dependencies listed in Cargo.lock
+    search      Search crates from host of a registry
 
 See 'cargo help <command>' for more information on a specific command.
 ";